home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 539 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.9 KB

  1. From: schuller@dutiws.TWI.TUDelft.NL (Bart Schuller)
  2. Subject: Things and ideas
  3. Date:     Sun, 10 Oct 1993 03:37:50 +0100
  4. Errors-To: daniel@ms.sub.org
  5. Precedence: bulk
  6.  
  7. Hello,
  8.  
  9. I'm new to this list, I'll write in English but can read German. It might
  10. be interesting for me and others new to the list to hear a brief summary
  11. of things already discussed here.
  12.  
  13. What I've done myself:
  14.  
  15. - I've got the 'term' program which was originally developed for Linux
  16.   to work for outgoing shell connections and incoming uploads (i.e. the
  17.   two most useful things). For those who don't know term: it's a serial
  18.   line multiplexer, giving you multiple connections on one line. You can
  19.   have multiple shells, uploads, X-window clients, etc.
  20.   Term can also compress the bytestream, so it's quicker too!
  21.   It uses sockets in its implementation, which I replaced with named
  22.   pipes under MiNT.
  23.   It's available for ftp from ftp.twi.tudelft.nl in pub/atari
  24.  
  25. - The complete Linux kernel source is sitting on my harddisk, waiting to
  26.   get reused in a MiNT-Linux-hybrid which I envision. I once started
  27.   writing a compressing filesystem for MiNT, for which I used a part
  28.   of the Linux source code as a basis. It's possible to map the functions
  29.   needed to implement a MiNT FS to the functions used to implement a
  30.   Linux FS. Once I find the time, I might actually do this, so that
  31.   we can use all the Linux filesystems: Ms-DOS, ext2, minix, ISO, NFS,
  32.   etc, etc. It might be a good idea to completely reimplement the MiNT
  33.   FS code to ease interfacing Linux code.
  34.   There's one big problem with this: I'm sure Eric Smith and Atari don't
  35.   want any GPL'ed code in MiNT.
  36.  
  37. - Using the Linux networking include files, I was able to build a
  38.   working version of the Lynx-WWW-hypertext browser. It's obviously
  39.   only useful for local files, but it works.
  40.  
  41. What directions are you exploring to get MiNT more networking-friendly?
  42.  
  43. That's it for now,
  44.  
  45. Bart Schuller                 schuller@dutiws.twi.tudelft.nl
  46.